home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 December / CHIP Turkiye Aralık 1997.iso / internet / netvamp / _setup.1 / Vampire.exe / 0 / RCDATA / TREGDLG / TREGDLG.txt
Text File  |  1997-08-21  |  1KB  |  62 lines

  1. object RegDlg: TRegDlg
  2.   Left = 276
  3.   Top = 140
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Net Vampire registration'
  7.   ClientHeight = 151
  8.   ClientWidth = 270
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 24
  18.     Top = 8
  19.     Width = 51
  20.     Height = 13
  21.     Caption = 'User name'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 24
  25.     Top = 56
  26.     Width = 18
  27.     Height = 13
  28.     Caption = 'Key'
  29.   end
  30.   object Edit1: TEdit
  31.     Left = 20
  32.     Top = 24
  33.     Width = 229
  34.     Height = 21
  35.     TabOrder = 0
  36.   end
  37.   object Edit2: TEdit
  38.     Left = 20
  39.     Top = 72
  40.     Width = 229
  41.     Height = 21
  42.     TabOrder = 1
  43.   end
  44.   object BitBtn1: TBitBtn
  45.     Left = 51
  46.     Top = 112
  47.     Width = 75
  48.     Height = 25
  49.     TabOrder = 2
  50.     OnClick = BitBtn1Click
  51.     Kind = bkOK
  52.   end
  53.   object BitBtn2: TBitBtn
  54.     Left = 141
  55.     Top = 112
  56.     Width = 75
  57.     Height = 25
  58.     TabOrder = 3
  59.     Kind = bkCancel
  60.   end
  61. end
  62.